home *** CD-ROM | disk | FTP | other *** search
/ Linear Technology Linearview 1996 / linearview 1996.iso / spice / lm318 < prev    next >
Encoding:
Text File  |  1996-07-09  |  3.0 KB  |  106 lines

  1. *
  2. * Linear Technology LM318 op amp model (with calls for LM318S8)
  3. * Written: 11-21-1989 Type: Bipolar npn input, internal comp.
  4. * LM318 updated from original model on 05-22-1990
  5. * Typical specs: 
  6. *       Ref. LM318 data sheet, LTC 1990 databook p2-311
  7. * Comments:
  8. *       Uses extended phase compensation; input differential mode clamp.
  9. * Connections: + - V+V-O 
  10. .SUBCKT LM318 3 2 7 4 6
  11. * INPUT
  12. RC1 7 80 7.074E+02
  13. RC2 7 90 7.074E+02
  14. Q1 80 2 10 QM1 
  15. Q2 90 3 11 QM1
  16. *
  17. C1 80 91 300E-12
  18. RXC1 91 90 1E3
  19. CXC1 91 90 15E-12
  20. C2 1 8 5.000E-12
  21. *
  22. RB1 2 102 1.0000E+00
  23. RB2 3 103 1.0000E+00
  24. DDM1 102 104 DM2 
  25. VZ1 104 103 5.5 
  26. DDM2 103 105 DM2 
  27. VZ2 105 102 5.5 
  28. RE1 10 12 6.209E+02
  29. RE2 11 12 6.209E+02
  30. IEE 12 4 6.000E-04
  31. RE 12 0 3.332E+05
  32. CE 12 0 2.632E-13
  33. *
  34. GCM 0 8 12 0 1.414E-08
  35. GA 8 0 80 90 1.414E-03
  36. R2 8 0 1.000E+05
  37. GB 1 0 8 0 5.318E+01
  38. RO2 1 0 7.4000E+01
  39. *
  40. RS 1 6 1
  41. ECL 18 0 1 6 3.172E+01
  42. GCL 0 8 20 0 1
  43. RCL 20 0 1E3
  44. D1 18 20 DM1
  45. D2 20 18 DM1
  46. *
  47. D3A 131 70 DM3
  48. D3B 13 131 DM3
  49. GPL 0 8 70 7 1
  50. VC 13 6 3.6473
  51. RPLA 7 70 1E4
  52. RPLB 7 131 1E5
  53. D4A 60 141 DM3
  54. D4B 141 14 DM3
  55. GNL 0 8 60 4 1
  56. VE 6 14 3.6473
  57. RNLA 60 4 1E4
  58. RNLB 141 4 1E5
  59. *
  60. IP 7 4 4.400E-03
  61. DSUB 4 7 DM2 
  62. * MODELS 
  63. .MODEL QM1 NPN (IS=8.000E-16 BF=1.818E+03)
  64. .MODEL QM2 NPN (IS=9.347E-16 BF=2.222E+03)
  65. *
  66. .MODEL DM1 D (IS=1.000E-19)
  67. .MODEL DM2 D (IS=8.000E-16)
  68. .MODEL DM3 D (IS=1.000E-20)
  69. .ENDS LM318
  70. .SUBCKT LM318S8 3 2 7 4 6
  71. X_LM318S8 3 2 7 4 6 LM318
  72. .ENDS LM318S8
  73. * - - - - - * FINI LM318 * - - - - - *
  74. ***
  75. *         (C) COPYRIGHT LINEAR TECHNOLOGY CORPORATION 1990
  76. *                       All rights reserved.
  77. *   Linear Technology Corporation hereby grants the users of this
  78. * macromodel a non-exclusive, nontransferrable license to use this
  79. *            macromodel under the following conditions:
  80. * The user agrees that this macromodel is licensed from Linear
  81. * Technology and agrees that the macromodel may be used, loaned,
  82. * given away or included in other model libraries as long as this
  83. * notice and the model in its entirety and unchanged is included.
  84. * No right to make derivative works or modifications to the
  85. * macromodel is granted hereby.  All such rights are reserved.
  86. * This model is provided as is.  Linear Technology makes no
  87. * warranty, either expressed or implied about the suitability or
  88. * fitness of this model for any particular purpose.  In no event
  89. * will Linear Technology be liable for special, collateral,
  90. * incidental or consequential damages in connection with or arising
  91. * out of the use of this macromodel.  It should be remembered that
  92. * models are a simplification of the actual circuit.
  93. * Linear Technology reserves the right to change these macromodels
  94. * without prior notice.  Contact Linear Technology at 1630 McCarthy
  95. * Blvd., Milpitas, CA, 95035-7487 or telephone 408/432-1900 for
  96. * datasheets on the actual amplifiers or the latest macromodels.
  97. * ----------------------------------------------------------------------- *
  98.